body {
    color: #1d1d1d;
    direction: ltr;
    font-size: 14px;
    font-family: Microsoft YaHei,SimSun;
}

a {
    color: #333;
}

ul, li {
    list-style: none;
}

.pre-header {
    font-size: 12px;
    font-family: SimSun;
    color: #393939;
    padding-top: 10px;
    line-height: 1.2;
    background-color: #dcdcdc;
}

    .pre-header a {
        color: #393939;
    }

    .pre-header b {
        margin-right: 3px;
    }

header {
    padding-top: 20px;
    padding-bottom: 10px;
}

    header i {
        color: #ff0000;
        font-size: 18px;
        font-family: Verdana;
    }


.maring-top20 {
    margin-top: 20px;
}

#header-prev {
    background-color: #f2f2f2;
    font-size: 12px;
    font-family: SimSun;
    line-height: 2.4;
}

nav {
    border-top: 2px solid #e3e1e2;
    border-bottom: 1px solid #000300;
    background: #000 url(../img/nav-bg.jpg) repeat-x;
}

section {
    border-top: 2px solid #f01f25;
}

aside {
    padding: 0 0 10px;
    border-left: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}

    aside h4 {
        color: #fff;
        padding: 0 0 0 20px;
        margin: 0;
        font-size: 16px;
        line-height: 2.8;
        background-color: #f01f25;
    }

    aside ul {
        padding: 20px 0 0;
    }

        aside ul li a {
            width: 100%;
            display: block;
            height: 37px;
            line-height: 37px;
            padding-left: 10%;
            background: url(../img/arrow.gif) no-repeat 90% 50%;
            border-bottom: 1px solid #e9e9e9;
        }

            aside ul li a:hover {
                background: url(../img/arrow-active.gif) no-repeat 90% 50%;
                border-bottom: 1px solid #f01f25;
                text-decoration: none;
                color: #f01f25;
            }

article {
    padding-left: 20px;
}

footer {
    padding: 10px 0;
    font-size: 12px;
    font-family: SimSun;
    text-align: center;
    background-color: #333;
    color: #9f9f9f;
    margin-top:20px;
}

    /*footer .footer-contact {
        background-color: #333;
        color: #9f9f9f;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer .footer-copyright {
        background-color: #ce0e0d;
        line-height: 2.4;
        color: #ffcccc;
    }*/

    footer a, footer .footer a:hover {
        color: #9f9f9f;
    }

.title {
    font-size: 16px;
}

.title-index-news {
    color: #fff;
    padding: 0 20px;
    margin: 0;
    font-size: 16px;
    line-height: 2.8;
    background-color: #f01f25;
}

.product-list div {
    margin-top: 20px;
}

.product-list .btn-info {
    background-color: #ec1d23;
    border-color: #d43f3a;
}

.news-list {
    padding: 0 10px;
}

    .news-list li {
        line-height: 2;
    }

.index-news {
    background-color: #f7f7f7;
    margin-top: 20px;
    padding-top: 20px;
}

.index-box {
    background-color: #fff;
    padding: 10px 20px;
    line-height: 1.8;
}

#pager{
    text-align:center;
    margin-top:20px;
}

#pager .btn {
        margin: 5px;
    }